home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
boostrs.arc
/
FILLHEAP.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1985-11-03
|
501b
|
14 lines
{ ------------------------
FILLHEAP fills heap page
character/attribute
block
------------------------ }
Procedure FillHeap ( Page : HeapBuf;
X1 : RowType;
Y1 : ColumnType;
X2 : RowType;
Y2 : ColumnType;
C : Char;
Att : Byte); external 'FillHeap.com';
{ Fill Page from (X1,Y1) to (X2,Y2)
with C character and Att byte }